@charset utf-8;
/**
  Theme Name: sakai
  Version: 1.0
  Author: xiaolu
  Author URI: http://www.huilingsh.com
  
*/
/*
CSS RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
img {
	border:none;
}
/*
table {
	border-collapse:collapse;
	border-spacing: 0;
}
*/
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
ol, ul {
	list-style:none;
}
.clr {
	clear:both;
}
.skip,.noCss {
  position: absolute;
  left: -9999px;
}
img.img-fullwidth{
	width: 100% !important;
	height: auto;
}
img.img-responsive{
	margin-left: auto !important;
	margin-right: auto !important;
}
.aligncenter{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignleft{
	float: left !important;
}
.alignright{
   float: right !important;
}
.aligncenter, 
.center-block{
	margin-left: auto !important;
	margin-right: auto !important;
}
a{
	color:#2d2d2d;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    outline: none;
}
a:link,a:visited{
	color:#2d2d2d;
}
a:hover,a:active{
	color:#ffff00;
	color: #1f64c5;
}
/*back to top*/
#BackToTop {
	float:left;
    color:#fff;
    background: #5d5d5d;
    width: 51px;
    height: 51px;
    text-align: center;
	position:fixed;
	z-index:9999;
	right:30px;
	bottom:50px;
	font-size: 12px;
    line-height: 14px;
    display:none;
}
#BackToTop a{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    color: #fff;
    text-decoration:none;
}
a span b{
	font-weight: normal;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body{
	font-size:14px;
	line-height:1.5;
	color:#2d2d2d;
	font-family: "Microsoft Yahei", sans-serif;
	background: #efefef;
}
body ::selection {
	color:#fff;
	background-color:#1f64c5;
}
.en{
	font-family: "arial";
}
#header{
	width: 100%;
	z-index:99;
	position: relative;
	border:none;
	background:#000;
	/*height: 72px;*/
	float: left;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
	/*
	margin-top:15px;
	margin-bottom:15px;
	*/
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	border-color:#ffff00;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color:#ffff00;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar-brand img{
	margin:0px 0 0 15px;
	height:72px;
	position: relative;
	left: -2px;
}
.navbar-brand:hover img {
	opacity: 0.8;
}
.navbar{
	border-radius: 0;
	margin-bottom: 0;
	transition:all 0.5s ease;
}
.navbar-inverse .navbar-nav{
	background:#000;
}
.navbar-inverse .navbar-nav > li{
	margin:0px 20px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 0px 0px;
	margin: 0;
	color: #fff;
	line-height: 72px;
	height:72px;
	font-size:16px;
	text-decoration:none;
	background: none;
	transition:all 0.4s ease;
}
.navbar-inverse .navbar-nav .dropdown .caret{
	display:none;
}

.navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
	color:#ffff00;
	background:none;
	border-bottom: 3px solid #ffff00;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background: #333;
	transition:all 0.3s ease;
	border: 0;
	padding: 0 0 0 0;
	left: 0;
	min-width: 180px;
	border-radius: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:hover {
	background-color: #333;
}
.navbar-inverse .navbar-nav .dropdown-menu > li{
	
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 0px 40px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	transition:all 0.4s ease;
	font-size: 16px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, 
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, 
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a{
	color: #000;
	background:#eee;
	text-indent:8px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child a{
	border-bottom:none;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child .dropdown-menu a{}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child .dropdown-menu li:last-child a{
	border-bottom:none;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu .dropdown-menu{
	left: 100%;
	top:-2px;
	min-width: 280px;
}

/*slider*/
#slider{
	width: 100%;
	float: left;
	position: relative;
	z-index: 3;
}
#slider .persephone .tp-bullet{
	width: 14px;
    height: 14px;
    border: 1px solid #A6A6A6;
    background: none;
}
#slider .persephone .tp-bullet:hover, 
#slider .persephone .tp-bullet.selected{
	background: #A6A6A6;
}
/*main*/
.one-section{
	width: 100%;
	float: left;
}
.ss-title{
	color: #2d2d2d;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 45px 0;
}
a.axl{
	width: 100%;
	float: left;
	display: block;
	text-decoration: none;
}
.one-box{
	position: relative;
	z-index: 3;
	width: 100%;
	float: left;
	overflow: hidden;
}
.one-box .bg{
	position: relative;
	z-index: 301;
}
.one-box .title{
	position: relative;
	z-index: 302;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 3em;
	height: 3em;
	padding: 0 30px 0 30px;
	margin-top: -3em;
}
.one-box .title .fa{
	color: #ffff00;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	position: relative;
	top:1px;
}
.one-box img.bg{
	width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
a:hover .one-box{}
a:hover .one-box img.bg,
.one-box:hover img.bg{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1)
}
a:hover .one-box .title{}
#home-ir{
	position: relative;
	z-index: 2;
	padding: 100px 0 50px 0;
}
#home-ir a.news-wrapper{
	background: #fff;
	margin: 0 0 35px 0;
	border:1px solid #fff;
}
#home-ir a.news-wrapper:hover{
	background: #f1f1f1;
}
#home-ir .one-news{
	width: 100%;
	float: left;
	padding: 18px 25px;
	font-size: 14px;
}
#home-ir .one-news .date{
	padding: 0px 20px;
	line-height: 22px;
	height: 22px;
	float: left;
	color: #fff;
	background: #272727;
	margin: 0 0 25px 0;
}
#home-ir .one-news .title{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	color: #272727;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#home-ir .one-news .desc{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	color: #1f64c5;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.abtn{
	padding: 0px 30px;
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-decoration: none !important;
}
.abtn .fa{
	font-size: 1.1em;
	position: relative;
    top: 1px;
    padding: 0 0 0 5px;
}
#home-ir .more{
	text-align: center;
}
#home-ir .more a{
	background: #2c2c2c;
	color: #fff;
}
#home-ir .more .fa{
	color: #ff0;
}
#home-info{
	position: relative;
	z-index: 3;
	padding: 50px 0 50px 0;
	background: #fff;
}
#home-info .info-001{
	margin: 0 0 40px 0;
}
#home-info .info-001 .text{
	position: absolute;
	z-index: 302;
	top:65px;
	left: 100px;
	font-size: 21px;
	line-height: 28px;
}
#home-info .info-001 .text .more a{
	background: #2c2c2c;
	color: #fff;
	margin: 30px 0 30px 0;
    padding: 0 20px;
}
#home-info .info-001 .text .more a .fa{
    color: #ffff00;
}
#home-info a.axl{
	margin: 0 0 15px 0;
}

#home-product{
	padding: 50px 0 45px 0;
}
#home-product .one-product{
	background: #fff;
	position: relative;
	z-index: 4;
	margin: 0 0 15px 0;
}
#home-product a:hover .one-product{
	background: rgba(255,255,255,0.8);
}

#home-info .info-001:hover .xl-icon,
#home-product .axl:hover .xl-icon,
#home-product .axl:focus .xl-icon,
#home-product .axl:active .xl-icon{
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


#home-product .one-product .name{
	font-size: 21px;
	line-height: 24px;
	position: absolute;
	z-index: 41;
	left: 30px;
	top:30px;
	color: #2d2d2d;
	font-family: "arial";
}
#home-product .one-product .title{
	position: absolute;
	z-index: 42;
	left: 0;
	bottom:0;
	background: #2c2c2c;
	color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 3em;
	height: 3em;
	padding: 0 30px 0 30px;
}
#home-product a:hover .one-product .title{}
#home-product .one-product .title .fa{
	color: #ffff00;
	font-size: 1.1em;
	position: relative;
	top:1px;
	padding: 0 0 0 10px;
}
#home-product .one-product .image{
	position: absolute;
	z-index: 43;
	bottom: 5px;
	right:5px;
}
/*
#home-product .one-product .image img{
	transition: all .5s ease;
}
#home-product a:hover .one-product .image img{
	transform: scale(1.1);
}
*/
#home-product .one-product.product-002 .image{
	bottom: 15px;
	right:30px;
}
#home-product .ss-title{
	text-align: left;
    margin: 0 0 25px 0;
}

#home-others{
	padding: 50px 0 45px 0;
	background: #fff;
}
#home-others a.axl{
	margin: 0 0 15px 0;
}

/*404*/
#error404{
	width: 100%;
	float: left;
	margin: 80px 0 20px 0;
}
.icon-404{
	font-size: 160px;
	line-height: 180px;
}
.h404{
	font-size: 36px;
	margin-bottom: 30px;
}

#bottom{
	width: 100%;
	float: left;
	position: relative;
	z-index: 6;
	padding: 20px 0;
	background: #343434;
	color: #fff;
}
#bottom #bottom-menu{
	float: right;
}
#bottom #bottom-menu ul{}
#bottom #bottom-menu ul li{
	float: left;
}
#bottom #bottom-menu ul li a{
	padding:0px 15px;
}
#bottom a{
	color: #fff;
}
#bottom a:hover{
	color: #ffff00;
}
#footer{
	width: 100%;
	float: left;
	position: relative;
	z-index: 6;
	padding: 20px 0;
	background: #2b2b2b;
	color: #fff;
	text-align: right;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #ffff00;
}

/*page.php*/
#heading-image{
	position: relative;
	z-index: 2;
	padding: 25px 0 35px 0;
	background: url(images/banner-about.jpg) no-repeat center center;
	background-size: cover;
}
#heading-image.banner-news{
	background: url(images/banner-news.jpg) no-repeat center center;
}
#heading-image .container{
	max-width: 1060px;
}
#heading-image #breadcrumbs{
	margin: 0 0 30px 0;
}
#heading-image .page-title{
	font-size: 24px;
	line-height: 30px;
}

#main{
	position: relative;
	z-index: 3;
	padding: 55px 0 55px 0;
}
#main .container{
	max-width: 950px;
}

.title-border{
	font-size: 24px;
	line-height: 62px;
	border-left: 5px solid #000;
	background: #fff;
	padding: 0 0 0 35px;
	width: 100%;
	float:left;
	margin: 0 0 40px 0;
}
.title-border a{
	text-decoration:none;
}
.one-table{
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
	background: #e2e2e2;
	border:1px solid #c5c5c5;
}
.one-table .oneline{
	border-bottom:1px solid #c5c5c5;
}
.one-table .oneline-last{
	border: none;
}
.one-table .name{
	padding: 20px 20px 20px 20px;
}
.one-table .value{
	padding: 20px 20px 20px 20px;
	background: #fff;
	border-left: 1px solid #c5c5c5;
}
.pageAnchor{
	margin: 0 0 50px 0;
}
.pageAnchor ul{
	float: left;
}
.pageAnchor ul li{
	float: left;
	border-right: 1px solid #c5c5c5;
	margin: 0 0 10px 0;
}
.pageAnchor ul li:first-child{
	border-left: 1px solid #c5c5c5;
}
.pageAnchor ul li a{
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px 0 20px;
	text-decoration: none;
}
.pageAnchor ul li a:hover{
	color: #1f64c5;
}

.cat-news{}
.cat-news .one-news{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px solid #c5c5c5;
}
.ss_pagenavi{
	text-align: center;
	color: #999;
	width: 100%;
	float: left;
	padding: 40px 0px 10px 0px;
}
.ss_pagenavi a,
.ss_pagenavi span{
	color: #000;
	padding: 5px 10px;
	background: none;
	text-decoration: none;
	margin: 0 10px 10px 0;
}
.ss_pagenavi a:hover,
.ss_pagenavi span.current{
	color:#fff;
	background:#000;
}
.single-news{}
.single-news .post-date{
	margin: 0 0 20px 0;
}
.page-content, .post-content{}
.page-content p,
.post-content p{
	margin: 0 0 20px 0;
}

.sub-title{
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.contact-info{
	line-height: 30px;
}


.one-sec{
	margin: 0 0 60px 0;
}
.urls{
	margin: 0 0 50px 0;
}
.urls .one-url{
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}
.big-btn{
	width: 100%;
	max-width: 725px;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	background: #e4e654;
	border-bottom: 4px solid #b5b600;
	line-height: 100px;
	font-size: 18px;
}
.big-btn:hover{
	color: #fff !important;
	background: #2c2c2c;
	border-bottom: 4px solid #000;
}

/*contact*/
.tab-res-xl{
	margin: 0 0 0px 0;
}
.table-xl{
	border-left:1px solid #c5c5c5;
	border-top:1px solid #c5c5c5;
}
.table-contact{}
.table-xl td{
	text-align: center;
	background: #fff;
	padding: 20px 20px !important;
	border:none;
	border-right:1px solid #c5c5c5 !important;
	border-bottom:1px solid #c5c5c5 !important;
	vertical-align: middle !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top:1px solid #c5c5c5 !important;
}
.table-xl td.grey{
	background: #e2e2e2;
}
.table-xl td.v-top{
	vertical-align: top !important;
}
.table-xl td.v-middle-dsz{
	vertical-align: middle !important;
	line-height: 147px;
}
.table-xl td.h-left{
	text-align: left !important;
}

/*videos*/
#videos{}
#videos .one-video{
	margin: 0 0 60px 0;
}
#videos .one-video-last{
	margin: 0;
}
#videos .one-video .wp-video{
	width: 100% !important;
	height: auto;
}
#videos .one-video .name{
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	float: left;
	padding: 0px 0 10px 0;
}

/*products*/
.cat-products{}
.cat-products a.product-wrapper{
	margin: 0 0 30px 0px;
}
.cat-products a.product-wrapper:hover{
	/*color: #ff2627;*/
}
.cat-products .one-product{
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px;
}
.cat-products .one-product .image{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #ff2627;
}
.cat-products .one-product .title{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
}

/*single product*/
.single-product .meta{
	position: relative;
	z-index: 10;
	border-bottom: 40px solid #ff2627;
	font-size: 20px;
	line-height: 30px;
	color: #2d2d2d;
	padding: 30px 0 0 0;
	margin: 0 0 50px 0;
}
.single-product .image{}
.single-product .fixed-info{
	position: absolute;
	left: 30px;
	top:0px;
}
.single-product .model{
	text-align: center;
	padding: 20px 0 20px 0;
}
#sec-feature ul{}
#sec-feature ul li{
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	line-height: 20px;
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
}
#sec-feature ul li::before{
	content: '';
    width: 16px;
    height: 16px;
    background: #b2b400;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 2px;
    border: 5px solid #b2b400;
}

.tablepress{
	border-left:1px solid #c5c5c5 !important;
	border-top:1px solid #c5c5c5 !important;
	margin: 0 !important;
}
.tablepress td{
	text-align: center !important;
	background: #fff !important;
	padding: 20px 20px !important;
	border:none !important;;
	border-right:1px solid #c5c5c5 !important;
	border-bottom:1px solid #c5c5c5 !important;
	vertical-align: middle !important;
}
.tablepress>tbody>tr>td, .tablepress>tbody>tr>th, .tablepress>tfoot>tr>td, .tablepress>tfoot>tr>th, .tablepress>thead>tr>td, .tablepress>thead>tr>th{
	border-top:1px solid #c5c5c5 !important;
}
.tablepress td.grey,
.tablepress tr.row-1 td,
.tablepress td.column-1{
	background: #e2e2e2 !important;
}
.tablepress td.column-1{
	width: 30%;
}
.tablepress td.column-3{
	width: 35%;
}
.tablepress tr.row-6 td.column-2{
	/*text-align: left !important;*/
}
.tablepress p{
	margin: 0px !important;
}
#sec-feature{}
#sec-feature h4{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
}

#sec-download-pdf,
#sec-inquiry{
	border-top:1px solid #c5c5c5;
	padding: 60px 0 0px 0;
}

.text-center {
	text-align: center;
}
.w-100 {
	width: 100% !important;
}
.contact form .field select::-ms-expand {
	display: none;
}
.contact form .field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact h2 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 64px;
	font-size: 36px;
}
.contact h2 span.custom-underline {
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 30px;
	height: 2px;
	background-color: #b2b2b2;
	transform: translate(-50%, 0);
}
.contact form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact form .field {
	width: 45%;
	margin: 0 0 56px;
}
.contact form .field label {
	display: block;
	font-size: 18px;
	margin: 0 0 25px;
}
.contact form .field label span {
	color: #e40707;
}
.contact form .field .text-wrapper {
	padding: 12px 20px 12px 12px;
	border: 1px solid #666;
}
.contact form .field input,
.contact form .field select,
.contact form .field textarea {
	width: 100%;
	height: 20px;
	line-height: 1;
	font-size: 16px;
	border: none;
	background-color: rgba(0,0,0,0);
}
.contact form .field input:focus,
.contact form .field select:focus,
.contact form .field textarea:focus {
	outline: none;
}
.contact form .field select {
	background-image: url(./images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px auto;
}
.contact form .field textarea {
	height: auto;
	resize: none;
}
.contact form input.submit {
	display: block;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	font-size: 24px;
	font-weight: 700;
	border: none;
	background-color: #e4e654;
}